home *** CD-ROM | disk | FTP | other *** search
- on help
- global help
- if help = 1 then
- help1()
- else
- if help = 2 then
- help2()
- else
- help3()
- end if
- end if
- end
-
- on help1
- puppetSound("meals(11-8)")
- updateStage()
- end
-
- on help2
- puppetSound("charts-all(11-8)")
- updateStage()
- end
-
- on help3
- puppetSound("personal d cond(11-8)")
- updateStage()
- tell the stage
- go(the frame)
- end tell
- end
-
- on lowhelp
- tell the stage
- puppetSprite(44, 1)
- end tell
- tell the stage
- puppetSprite(45, 1)
- end tell
- tell the stage
- puppetSound(">800(11-8)")
- end tell
- updateStage()
- tell the stage
- go(the frame)
- end tell
- end
-
- on highhelp
- tell the stage
- puppetSprite(44, 1)
- end tell
- tell the stage
- puppetSprite(45, 1)
- end tell
- tell the stage
- puppetSound("<5000(11-8)")
- end tell
- updateStage()
- tell the stage
- go(the frame)
- end tell
- end
-